![]() |
PATH![]() |
![]() ![]() |
Obtains the drawing state of the current graphics port.
pascal OSStatus GetThemeDrawingState (
ThemeDrawingState *outState);
Your application may call the GetThemeDrawingState function before performing an operation that modifies the drawing state of a graphics port. To return the graphics port to its previous drawing state and release the memory allocated for the drawing state reference, your application should call SetThemeDrawingState , providing the reference obtained in the outState parameter of GetThemeDrawingState . You can also call DisposeThemeDrawingState to release the allocated memory.